projects
/
libdnf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b7b0bc
)
[PATCH] CMakeLists.txt: append libsolv cmake path
author
Mihai Moldovan
<ionic@ionic.de>
Tue, 29 Sep 2020 16:30:16 +0000
(18:30 +0200)
committer
Luca Boccassi
<bluca@debian.org>
Fri, 24 Oct 2025 13:45:24 +0000
(14:45 +0100)
Make sure cmake finds FindLibSolv.cmake installed
in ${CMAKE_INSTALL_PREFIX}/share/cmake/libsolv.
Gbp-Pq: Name 0001-CMakeLists.txt-append-libsolv-cmake-path.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index e5fcb08b0f5b89a2d524aa0aaec0c661eecdc922..9750ecd37cf86095012b7254cbc0f987be1ac9ae 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-52,6
+52,7
@@
if(APPLE)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH};/usr/local/share/cmake/Modules/)
include_directories(/usr/local/include)
endif()
+LIST (APPEND CMAKE_MODULE_PATH "${CMAKE_INSTALL_PREFIX}/share/cmake/libsolv/")
# build dependencies